Overview / Purpose

This guide outlines how to use the Dundas BI RESTful Services. Also included are descriptions of request types, parameters, and request and response example objects.

Required or recommended development tools

Dundas BI RESTful Services can be called in many ways. Some popular ways for calling RESTful services are:

HTTP Status Codes

HTTP status codes are divided into five categories:

  1. Informational 1xx

  2. Successful 2xx

  3. Redirection 3xx

  4. Client Error 4xx

  5. Server Error 5xx

You will be returned these common HTTP status codes, and other standard REST HTTP status codes when calling Dundas BI Restful Services:

200 Success
201 Created
204 No Content
206 Partial Content
400 Bad request
404 Not Found
405 Method Not allowed
409 Conflict

Dundas BI HTTP Method Basics

When using the Dundas BI RESTful Services a few simple rules apply.

HTTP method Description
POST To create something in Dundas BI
GET Get something in Dundas BI
PUT Update something in Dundas BI
DELETE Delete something in Dundas BI

REST Tips and Tricks

One of the great assets when programming with the REST APIs is the Dundas BI website. When using the application, it will make REST calls and you can track their URLs, requests, and responses. This will make it easier to consume this API guide. Below is a quick tutorial about how to use Chrome's Developer Tools to analyze the REST calls needed to create a Dundas BI user account: